#include <math.h>
Public Member Functions |
|
| Vector4 () | |
| Vector4 (float X, float Y, float Z, float W) | |
| bool | operator== (const Vector4 &v) const throw () |
| bool | operator!= (const Vector4 &v) const throw () |
Public Attributes |
|
| float | x |
| float | y |
| float | z |
| float | w |
|
|
||||||||||||||||||||
|
|
00349 { return !operator ==( v ); };
|
|
|
|
|